Namespace Integer.Unsafe

Functions

Link copied to clipboard
function add_value(instance: instance, attribute_name: I, value: integer)
Link copied to clipboard
function add_value_by_attribute(instance: instance, attribute: attribute, value: integer)
Link copied to clipboard
function remove_value(instance: instance, attribute_name: I): integer
Link copied to clipboard
function remove_value_by_attribute(instance: instance, attribute: attribute): integer
Link copied to clipboard
function set_value(instance: instance, attribute_name: I, value: integer)
Link copied to clipboard
function set_value_by_attribute(instance: instance, attribute: attribute, value: integer)
Link copied to clipboard
function update_value(instance: instance, attribute_name: I, value: integer)
Link copied to clipboard
function update_value_by_attribute(instance: instance, attribute: attribute, value: integer)